home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5834 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Followup-To: comp.lang.ada,comp.lang.c,comp.lang.c++
  6. Date: 7 Feb 1996 02:43:32 GMT
  7. Organization: The Universe
  8. Message-ID: <4f93kk$pe@news4.digex.net>
  9. References: <4etcmm$lpd@nova.dimensional.com> <4f4ptt$a1c@newsbf02.news.aol.com>
  10. NNTP-Posting-Host: access1.digex.net
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. JRFisher (jrfisher@aol.com) wrote:
  14. :...
  15. : Truth is, Ada has its strengths and is (for certain projects) far superior
  16. : to any other structured language. Ada is particularly good for large-scale
  17. : development because a few systems engineers can (if they're good) design
  18. : the interfaces so that gangs of junior programmers can't screw up the
  19. : system and turn it into spaghetti.
  20. :...
  21.  
  22. Setting responsibility interfaces is also the correct way for large, or
  23. complex projects using C++.  It is also easy to specify such interfaces
  24. using C++.  The key thing is to use an effective oo methodology for such 
  25. projects.  The Unified Method of Booch/Jacobson/Rumbaugh is the most 
  26. employed of such methods.
  27.  
  28. Elliott
  29.